net/http.http2ClientConn.closedOnIdle (field)
4 uses
net/http (current package)
h2_bundle.go#L7657: closedOnIdle bool // true if conn was closed for idleness
h2_bundle.go#L8378: if cc.nextStreamID == 1 && cc.streamsReserved == 0 && cc.closed && !cc.closedOnIdle {
h2_bundle.go#L8441: cc.closedOnIdle = true
h2_bundle.go#L9473: if atomic.LoadUint32(&cc.atomicReused) == 0 && idleTime < unusedWaitTime && !cc.closedOnIdle {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)